tools/python: Drop test.py
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 18 Dec 2019 12:43:48 +0000 (12:43 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 19 Dec 2019 18:48:00 +0000 (18:48 +0000)
commit0cd791c499bdc698d14a24050ec56d60b45732e0
treeef4c60e64a04524937e3593c451dbe28528c82f4
parentca14eba3ccb92a1219a12e8fe671f8e5a96ccf31
tools/python: Drop test.py

This file hasn't been touched since it was introduced in 2005 (c/s 0c6f36628)
and has a wildly obsolete shebang for Python 2.3.  Most importantly for us is
that it isn't Python 3 compatible.

Drop the file entirely.  Since the 2.3 days, automatic discovery of tests has
been included in standard functionality.  Rewrite the test rule to use
"$(PYTHON) -m unittest discover" which is equivelent.

Dropping test.py drops the only piece of ZPL-2.0 code in the tree.  Drop the
ancillary files, and adjust COPYING to match.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
Reviewed-by: Lars Kurth <lars.kurth@citrix.com>
COPYING
tools/python/Makefile
tools/python/README [deleted file]
tools/python/ZPL-2.0 [deleted file]
tools/python/test.py [deleted file]